QuadraPartCir DAO interface. More...
Public Member Functions | |
| abstract void | addQuadraPartCir (QuadraPartCir quadraPartCir) |
| Add method. More... | |
| abstract void | deleteQuadraPartCir (Class clazz, Serializable serializable) |
| Delete method. More... | |
| abstract List | getNextPart (String[] userCir, double value) |
| Get next part based on analysis the current part sequence. More... | |
| abstract List | getNextPart (String[] userCir, String type, double value) |
| Get next part based on analysis the current part sequence and part type. More... | |
| abstract boolean | isTrue (String[] userCir, double value) |
| Check method. More... | |
QuadraPartCir DAO interface.
|
pure virtual |
|
pure virtual |
Delete method.
| clazz | |
| serializable |
Implemented in com.sanmixy.daoImpl.QuadraPartCirDaoImpl.
|
pure virtual |
Get next part based on analysis the current part sequence.
| userCir | |
| value |
Implemented in com.sanmixy.daoImpl.QuadraPartCirDaoImpl.
|
pure virtual |
Get next part based on analysis the current part sequence and part type.
| userCir | |
| type | |
| value |
Implemented in com.sanmixy.daoImpl.QuadraPartCirDaoImpl.
|
pure virtual |
Check method.
| userCir | |
| value |
Implemented in com.sanmixy.daoImpl.QuadraPartCirDaoImpl.
1.8.4